include/dm.h: fix inclusion guard
authorJeroen Hofstee <[email protected]>
Tue, 10 Jun 2014 21:52:36 +0000 (23:52 +0200)
committerSimon Glass <[email protected]>
Sat, 21 Jun 2014 16:06:58 +0000 (10:06 -0600)
cc: Simon Glass <[email protected]>
Signed-off-by: Jeroen Hofstee <[email protected]>
Acked-by: Simon Glass <[email protected]>
include/dm.h

index 8bbb21b575e56f077abaa28eeff542169c7251e9..a179c8a6e38c7e0900e185b952624d7df6f56bbc 100644 (file)
@@ -5,7 +5,7 @@
  */
 
 #ifndef _DM_H_
-#define _DM_H
+#define _DM_H_
 
 #include <dm/device.h>
 #include <dm/platdata.h>